Interface: SelectElement
Hierarchy
FormElementBase
↳
SelectElement
Properties
autoComplete
• Optional
autoComplete: string
Inherited from
FormElementBase.autoComplete
isOptional
• Optional
isOptional: boolean
Inherited from
FormElementBase.isOptional
name
• name: string
Inherited from
FormElementBase.name
options
• options: { id
: string
; label
: string
}[] | readonly { id
: string
; label
: string
}[]
selected
• Optional
selected: string
type
• type: "select"